home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / nShell-Pro.sit / nShell-Pro / doc / nShell™ User's Guide.rsrc / TEXT_129.txt < prev    next >
Text File  |  1994-12-27  |  3KB  |  36 lines

  1.  
  2. The nShell邃「 Environment
  3.  
  4. The nShell邃「 system is structured much like other Macintosh applications.  The user may open one or more documents and develop a body of work within each.  The key difference between the nShell and a word processor is that the nShell provides active documents.
  5.  
  6. In these active documents, part of the text is provided by the user, and part is produced by the computer.  When the user issues commands to change directories or list directory contents, the computer responds by updating the contents of the shell.
  7.  
  8. Like other Macintosh documents, nShell documents may be saved at any time.  The full shell context is saved in the nShell document.  The user's current working directory and any shell variables are recorded.
  9.  
  10. When the user opens an nShell document, that shell is opened and the user may continue with a task started minutes or days earlier.
  11.  
  12. The File Menu
  13.  
  14. The file menu may be used to open and close shell windows.  When the user selects "New", a shell is created and initialized.  This new shell contains default values for the working directory and the standard shell variables.
  15.  
  16. At any time, the user may choose to "Save" the shell using the file menu.  "Save" takes a snapshot of the shell and saves it to disk.
  17.  
  18. The "Open" option on the file menu may be used to read in a previously saved shell.  The previous values for the shell's working directory and variables are restored.  The user may then continue where he or she left off.
  19.  
  20. The "Close" option may be used to close a shell.  If the shell has been modified, the user will be prompted to save the new data to disk.
  21.  
  22. The Edit Menu
  23.  
  24. The edit menu offers the standard text functions of "cut", "copy", "paste" and "clear".  The user may "copy" from any part of the shell transcript.  The result may be pasted into another application or into the input portion of the shell (at the bottom of the transcript).
  25.  
  26. If the cursor is not in the input portion of the transcript when "pasting", it is "jumped" to the end of the input line.  This provides a shortcut to repeat previous commands:
  27.  
  28.     1. Highlight the desired command within the shell transcript.
  29.     2. Select "copy" from the edit menu (or press command-c).
  30.     3. Select "paste" from the edit menu (or press command-v).
  31.  
  32. The highlighted text will be copied to the input line.  The user may edit that line or type a "return" key to execute the command.
  33.  
  34. The Search Menu
  35.  
  36. The search menu allows the user to search though a shell transcript for a word or phrase.  Text may be entered directly into the search window using the "Find" option, or transferred from the shell transcript using "Enter Selection".  The user may choose to search the transcript in either direction - if either search fails, it "wraps around" to search the full window.